home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / McAfee SiteAdvisor 26.6 / safe.xpi / chrome / safe.jar / content / setpassword.xul < prev    next >
Extensible Markup Language  |  2007-03-02  |  1KB  |  27 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  3. <!DOCTYPE overlay SYSTEM "chrome://safe/locale/safe.dtd">
  4. <dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  5.     xmlns:html="http://www.w3.org/1999/xhtml" align="center" buttons="accept,cancel"
  6.     buttonorient="horizontal" buttonalign="center"
  7.     onload="document.getElementById('SAFE-setpassword').height = window.arguments[0]; centerWindowOnScreen();"
  8.     ondialogaccept="return SiteAdvisorFunPack['checkPassword']();"
  9.     id="SAFE-setpassword" windowtype="safe:setpassword" title="&safe.setpassword.title;"
  10.     width="450px">
  11.     
  12.     <script type="application/x-javascript" src="framework.js" />
  13.  
  14.     <description>&safe.setpassword.label;</description>
  15.     <spacer height="10px"/>
  16.     <description>&safe.setpassword.label2;</description>
  17.     <spacer height="10px"/>
  18.  
  19.     <description>&safe.setpassword.password;</description>
  20.     <textbox id="SAFE-enter-password" type="password" cols="75"/>
  21.  
  22.     <description>&safe.setpassword.retype-password;</description>
  23.     <textbox id="SAFE-enter-password2" type="password" cols="75"/>
  24.  
  25.     <description>&safe.setpassword.hint;</description>
  26.     <textbox id="SAFE-enter-hint" type="hint" cols="75"/>
  27. </dialog>